home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
lynxlib.zoo
/
colsw.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-09-17
|
223 b
|
7 lines
/*
An PAL_TRANS is a translation table for colsw(). If newpal is the
PAL_TRANS & pal is the PALETTE, then pal[newpal[n]] = pal[n]. In
other words, color n is transferred to newpal[n].
*/
typedef BYTE PAL_TRANS[16];